HADOOP-17388. AbstractS3ATokenIdentifier to issue date in UTC#2477
Merged
steveloughran merged 1 commit intoapache:trunkfrom Nov 20, 2020
Merged
HADOOP-17388. AbstractS3ATokenIdentifier to issue date in UTC#2477steveloughran merged 1 commit intoapache:trunkfrom
steveloughran merged 1 commit intoapache:trunkfrom
Conversation
Contributor
Author
|
cc. @steveloughran Appreciate your review. Thanks! |
This comment has been minimized.
This comment has been minimized.
Contributor
Author
|
Rationalization of no new test: tests were addressed in HADOOP-17379. Please let me know if we need to improve the test to strictly check for issue date that current time of UTC is returned. asflicense looks to be false alarm, or real issue brought from other PR. |
Contributor
|
ASF license is an independent and I need to work out what's up there. We deleted those files earlier in the week, see |
Contributor
|
LGTM, +1 |
asfgit
pushed a commit
that referenced
this pull request
Nov 20, 2020
Followup to HADOOP-17379. Contributed by Jungtaek Lim. Change-Id: I7b2fce36028d297c1e095499691a08caba92d9fd
Contributor
|
+1, merged to 3.3+ |
Contributor
Author
|
Thanks for reviewing and merging! |
jojochuang
pushed a commit
to jojochuang/hadoop
that referenced
this pull request
May 23, 2023
… UTC. (apache#2477) Followup to HADOOP-17379. Contributed by Jungtaek Lim. Change-Id: I7b2fce36028d297c1e095499691a08caba92d9fd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In HADOOP-17379, I missed to set issue date as local timezone sensitive, whereas we actually set issue date in UTC.
hadoop/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/token/delegation/AbstractDelegationTokenSecretManager.java
Lines 418 to 439 in 0705033
This PR fixes the issue.